-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document NamedAddress #374
document NamedAddress #374
Conversation
Hi @rosenhouse. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Thanks! /ok-to-test |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: robscott, rosenhouse The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This is documented just below, do you think that summarizing here is needed too? |
@jpeach The code comments you quoted do not appear in the docs page (try doing an in-page text search for Also: I was trying to understand what an example of a |
ahmetb/gen-crd-api-reference-docs#21 :( |
This is a general problem with the online docs. We have a lot of API-relevant information attached to constants in the Go code which isn't exposed in the HTML docs. It doesn't seem practical to hoist all that up to the corresponding types, and in some cases the types aren't anchored all the way up to a CRD spec (e.g. we don't constrain condition types using the type system). |
@jpeach Should we restructure how we document our code to so the reference docs are more useful? We could either duplicate documentation or move the majority of the description/types to where they are actually used. |
@rosenhouse @jpeach Although I don't love duplicating documentation, I think it's worth it for the sake of understandable reference docs. |
apis/v1alpha1/gateway_types.go
Outdated
// * "IPAddress": an IPv4 or IPv6 address | ||
// * "NamedAddress": an opaque identifier, controller-dependent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: I think it's worth updating the text here to more closely reflect the descriptions below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@rosenhouse A friendly ping to get this PR moving forward. |
41dbee0
to
cfa160d
Compare
cfa160d
to
2587aaa
Compare
@hbagdi I think I've got it cleaned up, please take a look again. |
/lgtm |
No description provided.